Welcome![Sign In][Sign Up]
Location:
Search - matlab pca code

Search list

[Bio-Recognizepca_matlab

Description: PCA MATLAB源代码,程序结构清晰,值得收藏-PCA MATLAB source code, program structure clearly worthy collection
Platform: | Size: 5120 | Author: zz | Hits:

[Special EffectsKL-PCA

Description: The person face distinguishes the PCA code, MATLAB writes. ,matlab-The person face distinguishes the PCA code , MATLAB writes. , Matlab
Platform: | Size: 6144 | Author: 李佳 | Hits:

[AI-NN-PRpca1

Description: 主成份分析的MATLAB源代码。一起学习。-principal component analysis of MATLAB source code. Learning together.
Platform: | Size: 1024 | Author: yujian | Hits:

[Compress-Decompress algrithmspca-matlab-code

Description: pca主成分分析算法matlab源码,利用matlab实现pca算法。-pca principal component analysis algorithm Matlab source, using Matlab achieve pca algorithm.
Platform: | Size: 33792 | Author: 李辙 | Hits:

[Graph RecognizePCA-code

Description: PCA原代码,可以移植到别的pca算法中使用,具有较强的可移植性。-PCA original code can be transferred to other pca algorithm used, with a strong portability.
Platform: | Size: 2048 | Author: 李辙 | Hits:

[AI-NN-PRPCA_MatlabCode

Description: PCA for matlab, Good code! Enjoy it!-PCA for Matlab, Good code! Enjoy it!
Platform: | Size: 1024 | Author: stone | Hits:

[Graph programDimReduc

Description: 维数约简工具箱源代码,包括PCA、LLE等学习算法,可用于模式识别、数据挖掘和统计分析等。-dimension reduction toolkit source code, including the PCA, LLE and other learning algorithms can be used for pattern recognition, data mining and statistical analysis.
Platform: | Size: 194560 | Author: 王为 | Hits:

[Graph programPCA-SIFT

Description: 结合PCA的尺度不变特征变换(SIFT)算法源代码,可用于图像目标检测和识别。-combine PCA scale-invariant feature transformation (metabolism) algorithm source code, images can be used to target detection and identification.
Platform: | Size: 684032 | Author: 王为 | Hits:

[matlabPCA

Description: 主成分分析并用散点图分析前三个主成分M代码,请指教。-Principal component analysis and scatter analysis of the first three principal components M code, please advice.
Platform: | Size: 6144 | Author: gordon | Hits:

[Graph Recognizepca

Description: 一种主元分析的人脸识别matlab源码,利用SVD分解提取主分量进行人脸识别-A principal component analysis for face recognition matlab source code, the use of SVD decomposition to extract principal components for face recognition
Platform: | Size: 1024 | Author: 牛险峰 | Hits:

[Otherpca

Description: matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础-matlab realize PCA for face recognition source code, the basic function of the realization, as a basis for
Platform: | Size: 158720 | Author: sutao | Hits:

[AI-NN-PRpca-matlab

Description: pca算法的源代码。在做人工智能与模式识别的朋友必须的。用于降维。-PCA algorithm source code. Artificial Intelligence and Pattern Recognition doing friends necessary. For dimensionality reduction.
Platform: | Size: 32768 | Author: 一心 | Hits:

[Special Effectspca(ICA)

Description: PCA(主成分分析法)和ICA(独立成分分析法)的MATLAB源程序,他们是目前图像处理比较经典的特征提取方法-PCA (Principal Component Analysis) and ICA (independent component analysis) of the MATLAB source code, they are comparing the current image processing feature extraction methods of classical
Platform: | Size: 3072 | Author: 李世杰 | Hits:

[Special EffectsModularPCA

Description: matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。-Modular PCA prepared matlab source code to Yale face database as an example. Moduplar PCA first block of the original image, and then on the block after all the sub-image analysis to extract PCA projection characteristics, treatment identification image is first block, and then calculated the characteristics of sub-image in the projector under the projection coefficient, and finally the light of recent Neighbor Classifier classification.
Platform: | Size: 2048 | Author: 章格 | Hits:

[Graph RecognizeSpPCA

Description: 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-pattern PCA use in the Yale face database for face recognition on the matlab source code, sub-mode principal component analysis first of the original image block, and then the same sub-image, respectively, the location of the establishment of sub-image set, in each sub-image Set the use of PCA to extract the features, the establishment of sub-space. Treatment to identify images, by the same block, the respective sub-image to the corresponding sub-space projection, feature extraction. Finally, according to the principle of nearest neighbor classification.
Platform: | Size: 2048 | Author: 章格 | Hits:

[Special Effectspca

Description: 基于pca的人脸识别的matlab源代码。我看了一下,写的很详细哦。
Platform: | Size: 4096 | Author: | Hits:

[Special Effectspca

Description: PCA主分量分析法的MATLAB源代码,用于图像融合中-PCA code
Platform: | Size: 32768 | Author: 汤伟 | Hits:

[matlabpca

Description: 人脸特征提取经典PCA方法的matlab源码,做这方面的朋友不妨试试。-Human Face Feature Extraction classic PCA method matlab source code, make friends in this area worth a try.
Platform: | Size: 1024 | Author: 王阵雨 | Hits:

[matlabPCA

Description: 主成分分析的代码,降维的工具,特征提取降维的工具-PCA code
Platform: | Size: 1024 | Author: dengzhaoxiong | Hits:

[matlabPCA

Description: 模式识别作业-完全自编仿真程序。先用PCA对IRIS数据集进行降维,然后用最小错误法对降维的数据进行分类。压缩包中既包括matlab源代码,又有自己写的报告,还有.MAT格式的IRIS数据集用作程序调用。程序有详细注释,很容易懂。最后结果输出到txt文件中。-Pattern recognition operations- completely self simulation program. First on the IRIS data set with PCA dimension reduction, and then with the minimum error method to classify the data dimension reduction. Both compressed package matlab source code, but also write their own reports, as well. MAT format, the program calls for IRIS data set. Procedures detailed notes, it is easy to understand. Finally, the output to a txt file.
Platform: | Size: 94208 | Author: yumingwei | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net